home *** CD-ROM | disk | FTP | other *** search
-
- #(
- #!
- (lisp::in-package 'user::lisp)
- #!
- (lisp::export '(lisp::make-sequence lisp::concatenate lisp::map lisp::some lisp::every lisp::notany lisp::notevery))
- #!
- (lisp::in-package 'lisp::system)
- (lisp::optimize (lisp::safety 2) (lisp::space 3))
- lisp::list
- :initial-element
- lisp::simple-string
- lisp::string
- lisp::string-char
- lisp::simple-bit-vector
- lisp::bit-vector
- lisp::bit
- lisp::simple-vector
- lisp::vector
- lisp::array
- lisp::simple-array
- "~S is not a sequence type."
- 0
- 1
- lisp::proclaim
- lisp::make-sequence
- lisp::concatenate
- lisp::map
- lisp::some
- lisp::every
- lisp::notany
- lisp::notevery
- system::normalize-type
- )
-